/*
 * Swiper 2.7.6
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: February 11, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-box {position: relative;}
.swiper-container {margin: 0 auto; position: relative; overflow: hidden; direction: ltr; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; width: 100%; height: 100%;}
.swiper-wrapper {position: relative; width: 100%; height: 100%; overflow: hidden; -webkit-transition-property: -webkit-transform, left, top; -webkit-transition-duration: 0s; -webkit-transform: translate3d(0px, 0, 0); -webkit-transition-timing-function: ease; -moz-transition-property: -moz-transform, left, top; -moz-transition-duration: 0s; -moz-transform: translate3d(0px, 0, 0); -moz-transition-timing-function: ease; -o-transition-property: -o-transform, left, top; -o-transition-duration: 0s; -o-transform: translate3d(0px, 0, 0); -o-transition-timing-function: ease; -o-transform: translate(0px, 0px); -ms-transition-property: -ms-transform, left, top; -ms-transition-duration: 0s; -ms-transform: translate3d(0px, 0, 0); -ms-transition-timing-function: ease; transition-property: transform, left, top; transition-duration: 0s; transform: translate3d(0px, 0, 0); transition-timing-function: ease; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.swiper-free-mode > .swiper-wrapper {-webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto;}
.swiper-slide {float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.swiper-wp8-horizontal {-ms-touch-action: pan-y;}
.swiper-wp8-vertical {-ms-touch-action: pan-x;}
.swiper-slide {width: 100%; height: 100%; position: relative;}
.swiper-slide-visible {}
.swiper-pagination-switch {}
.swiper-active-switch {}
.swiper-visible-switch {}
.swiper-slide .swiper-img {width: 100%; height: 100%;}
.swiper-img img {width: 100%; height: 100%; vertical-align: top;}
.swiper-slide .swiper-inner {position: absolute; bottom: 270px; max-width: 1140px; margin: 0 auto; left: 50%; margin-left: -570px;}
.swiper-inner .swiper-title {font-family: "华文楷体"; font-size: 42px; color: #fff; line-height: 46px; width: 100%; display: inline-block; text-align: left; max-height: 92px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-bottom: 14px;}
.swiper-inner .swiper-title a {color: #fff;}
.swiper-inner .swiper-text {float: left; border-top: 3px solid #fff; width: 350px; padding-top: 16px; font-size: 16px; line-height: 26px; color: #fff; font-family: "Microsoft YaHei"; max-height: 130px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.swiper-slide .next_title {position: absolute; bottom: 290px; max-width: 1140px; margin: 0 auto; right: 50%; margin-right: -570px; width: 275px; color: #fff; border-left: 1px solid #fff; padding: 22px 0 0 15px;}
.swiper-slide .next_title .next {width: 100%; display: inline-block; font-size: 16px; line-height: 32px;}
.swiper-slide .next_slide_title {width: 100%; display: inline-block; font-size: 14px; line-height: 18px;}
.arrow-right {position: absolute; max-width: 1140px; width: 34px; height: 75px; right: 50%; margin-right: -570px; z-index: 999; bottom: 335px; background: url(../images/nextbg.png) center no-repeat; text-indent: -9999px; cursor: pointer;}